toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.dom.event
/
[jvm]EventParams
Event
Params
interface
EventParams
The general DOM event parameters.
Inheritors
UiEventModifierParams
CustomEventParams
Members
Types
Builder
Link copied to clipboard
class
Builder
A builder of
EventParams
.
Functions
is
Bubbles
Link copied to clipboard
open
fun
isBubbles
(
)
:
Boolean
Returns
true
if the event bubbles up through the DOM.
is
Cancelable
Link copied to clipboard
open
fun
isCancelable
(
)
:
Boolean
Returns
true
if the event can be canceled, and therefore prevented as if the event never happened.
is
Trusted
Link copied to clipboard
open
fun
isTrusted
(
)
:
Boolean
Returns
true
if the event is trusted, and therefore was generated by a user action.
new
Builder
Link copied to clipboard
open
fun
newBuilder
(
)
:
EventParams.Builder
Creates a new
EventParams
builder.